home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / packer / unpacker / unpacker.doc < prev    next >
Text File  |  1995-03-09  |  4KB  |  121 lines

  1. :::::::
  2. UnPacker.doc
  3. :::::::
  4.  
  5.  
  6.  
  7.                             =====================================
  8.                             =                                   =
  9.                             =   UnPacker v1.2; 1993-09-22       =
  10.                             =                                   =
  11.                             =   Copyright ©1993 Erik Sagalara.  =
  12.                             =                                   =
  13.                             =   This program is FreeWare.       =
  14.                             =                                   =
  15.                             =====================================
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. Description:
  24. ------------
  25. UnPacker is an appicon utility for extracting archives from the WB.
  26. It automatically chooses the archiver to use by comparing the file
  27. suffix (e.g.. '.lha') with the program icon's tooltypes. Thus you
  28. can configure it to recognize every archive format you use.  
  29.  
  30.  
  31. Usage:
  32. -----
  33. UnPacker only works from the WB. There are two ways to use it:
  34.  
  35.    1) If you start UnPacker directly from the Workbench it will open
  36.       an appicon. To extract an archive just throw it on UnPacker.
  37.  
  38.       You can double click the icon to get an informative requester.
  39.       Choose the 'QUIT!' button to remove UnPacker.
  40.  
  41.  
  42.    2) If you use ToolManager you're lucky, because UnPacker works great
  43.       together with it.
  44.  
  45.       Create an EXEC object with the settings 'Program Type' = WB and
  46.       'Argument' = ON. Then connect it to an ICON object or a DOCK entry. 
  47.       To use just throw the archive file on the icon. If you double-
  48.       click it UnPacker will start as in 1) and open it's AppIcon.
  49.  
  50.  
  51. Configuration:
  52. --------------
  53. Here is a list of the available tooltypes:
  54.  
  55.    'DONOTWAIT'     This is neccesary if you put it in WbStartup.
  56.  
  57.    'XPOS='         Specifies the appicons X-position (from left edge),
  58.    'YPOS='         respectively the Y-position (from the top).
  59.  
  60.    'DESTDIR='      Tells where to place extracted files, eg. DESTDIR=RAM:
  61.  
  62.    'XYZ=C:xyz x'   This is the most important tooltype. It is used to Un-
  63.                    Packer what to do when it encounters a ARCNAME.XYZ file.
  64.  
  65.                    The first part is the archives suffix (LHA, ZIP, ...).
  66.                    The second part is the command that will be executed.
  67.                    In most cases this is something like: 'C:LhA x'. This
  68.                    makes UnPacker put the filename after the command. In
  69.                    some cases you would want to put the filename in the
  70.                    middle of the command. To do that put an questionmark
  71.                    '?' in the place you want the filename to be inserted.
  72.  
  73.                    Examples: 'LHA=C:LhA x', 'DMS=C:DMS Write ? To DF1:'.
  74.  
  75.                    The program icon already contains tooltypes for the
  76.                    most popular archive formats.
  77.  
  78.  
  79. Motivation:
  80. -----------
  81. I wrote this program because although there is a whole array of "appicon-
  82. type" programs to do all sort of things there still lacks a comfortable
  83. method to extract archives from the WB.
  84.  
  85. Of course you can make hacks in ToolManager for this, but they only handle
  86. one archiver a time, and you cant have dozens of icons for every possible
  87. filetype. Thus my idea was to have one program handle all archive formats.
  88.  
  89.  
  90. Changes & bugfixes:
  91. ------------------
  92. Included the '?' feature in the tooltypes. It found it was impossible to
  93. tell some programs (like DMS) which drive to write to because they need
  94. their arguments in the right order.
  95.  
  96. Removed the fixed suffix length. Some archive programs us suffixes (sp?)
  97. like '.Z' or '.gz'.
  98.  
  99. Designed the new MagicWB-inspired icon. This actually took almost as much
  100. time as the programming. :-)
  101.  
  102. NOTE! I think this version should be reasonably bugfree. If nobody finds
  103.       any further bugs or suggests some features that I want to put in
  104.       this will be the final release.
  105.  
  106.  
  107. Contacting the author:
  108. ----------------------
  109. If you have any questions or just like the program feel free to contact me:
  110.  
  111. EMAIL: d86esa@efd.lth.se
  112.  
  113. MAIL: Erik Sagalara
  114.       Tunaväg. 39 B549
  115.       223 63 LUND
  116.       Sweden 
  117.  
  118.  
  119. NOTE! I have supplied the source with this distribution. I hope it can
  120.       prove useful to someone.
  121.